Skip to content

Replace C array with InlineArray #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2025
Merged

Replace C array with InlineArray #101

merged 1 commit into from
May 4, 2025

Conversation

rauhul
Copy link
Collaborator

@rauhul rauhul commented Mar 27, 2025

The stm32-lcd-logo example used a large C array to define the logo pixel
data, this commit updates the example to use the new InlineArray type in
Swift.

@rauhul rauhul force-pushed the inline-array branch 3 times, most recently from 8cc636d to ef94715 Compare March 27, 2025 00:55
@rauhul rauhul force-pushed the inline-array branch 2 times, most recently from ce59153 to bec7aa4 Compare May 4, 2025 16:02
The stm32-lcd-logo example used a large C Array to define the logo pixel
data, this commit updates the example to use the new InlineArray type in
Swift.
@rauhul rauhul changed the title WIP: Inline array Replace C array with InlineArray May 4, 2025
@rauhul rauhul marked this pull request as ready for review May 4, 2025 16:04
@rauhul rauhul requested a review from kubamracek as a code owner May 4, 2025 16:04
@rauhul rauhul merged commit 2c0edcc into main May 4, 2025
37 of 41 checks passed
@rauhul rauhul deleted the inline-array branch May 4, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant